.comwid{
	width: 1200px;
	margin:0 auto;
	min-width: 1200px;
}
.mt10{
	margin-top: 10px;
}
.mt40{
	margin-top: 40px;
}
.mt20{
	margin-top: 20px;
}
.mt15{
	margin-top: 15px;
}
.mt5{
	margin-top: 5px;
}
.mb20{
	margin-bottom: 20px;
}
.mt25{
	margin-top: 25px;
}
.mb10{
	margin-bottom: 10px;
}
.pdb100{
	padding-bottom: 100px;
}
.tool-box{
	min-width: 1200px;
	width: 100%;
	height: 40px;
	background:url(tool-bg.png) repeat-x;
}
.tool-box a,
.tool-box span{
	float: left;
	height: 34px;
	line-height: 34px;
	color: #666;
	font-size: 12px;
}
.tool-box span{
	margin:0 4px;
}
.head-box{
	height: 200px;
	width: 100%;
	min-width: 1200px;
	background:url(head-bg01.png) no-repeat center;
	background-size: cover;
}
.head-logo{
	width: 669px;
	height: 92px;
	margin:50px 0 0 0px;
}
.head-logo a,
.head-logo a img{
	display: block;
	height: 100%;
	width: 100%;
}
.sear-list{
	height: 40px;
	width: 366px;
	border-radius: 4px;
	overflow: hidden;
	margin:80px 20px 0 0;
	position: relative;
}
.sear-list .sear-in{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 304px;
	background:#fff url(sear-icon.png) 10px center no-repeat;
	line-height: 40px;
	box-sizing: border-box;
	padding:0 10px 0 40px;
}
.sear-list .sear-btn{
	width: 62px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	background:#eb504f;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.nav-box{
	min-width: 1200px;
	width: 100%;
	height: 50px;
	background:#e42826;
}
.nav-box a{
	float: left;
	height: 50px;
	line-height: 50px;
	color: #fff;
	width: 95px;
	text-align: center;
}
.nav-box a.cur{
	color: #e42826;
	background:#fff;
	font-weight: bold;
}
.nav-box a:hover{
	font-weight: bold;
	color: #e42826;
	background:#fff;
}
.main-box{
	width: 100%;
	min-width: 1200px;
	background:url(main-bg.png);
}
.main-cont{
	width: 100%;
	box-sizing: border-box;
	padding:20px 20px 30px;
	background:#fff;
	border:1px solid #f3f3f3;
}
.hot-news{
	height: 88px;
	padding:0px 20px 20px;
}
.hot-title{
	height: 100%;
	width: 91px;
	background:url(hot-title.png) no-repeat;
	line-height: 88px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.hot-list{
	width: 990px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding:0 30px;
	overflow: hidden;
}
.hot-item{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.hot-item p.title a{
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 38px;
	color: #333;
}
.hot-item p.sub span,
.hot-item p.sub a{
	line-height: 38px;
	color: #999;
	font-size: 14px;
	display: inline-block;
	max-width: 900px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-item p.sub a:hover{
	color: #e63836;
}
.banner-box,
.banner-img{
	height: 390px;
	width: 640px;
	overflow: hidden;
	position: relative;
}
.banner-img a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.banner-img a img{
	display: block;
	height: 100%;
	width: 100%;
}
.banner-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 48px;
	width: 100%;
	background:url(op-bg60.png);
}
.banner-text a{
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 48px;
	width: 80%;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.banner-text a:hover{
	color: #e42826;
}
.banner-num{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 0px;
}
.banner-num span{
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background:#fff;
	margin:0 4px;
	cursor: pointer;
}
.banner-num span.cur{
	background:#e32927;
}
.tab-box{
	width: 500px;
	height: 390px;
	overflow: hidden;
}
.tab-select {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
	height: 55px;
}
.top-line{
	border-top: 1px solid #e8e8e8;
}
.tab-select p a{
	float: left;
	line-height: 53px;
	padding:0 24px;
	font-size: 18px;
	color: #444;
}
.tab-select p a.cur{
	font-weight: bold;
	color: #e42826;
	background: url(select-icon.png) no-repeat 10px center;
	border-bottom: 1px solid #e42826;
	box-sizing: border-box;
}
.tab-item li a{
	float: left;
	height: 40px;
	line-height: 40px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #555555;
	padding-left: 17px;
	background:url(tab-icon01.png) no-repeat 0px center;
}
.tab-item li a:hover{
	color: #e42826;
}
.tab-item li span{
	float: right;
	line-height: 40px;
	font-size: 12px;
	color: #aaaaaa;
}
.fade-box{
	margin:20px 0px;
	width: 100%;
	height: 125px;
	position: relative;
	overflow: hidden;
}
.fade-img{
	position: relative;
	height: 100%;
	width: 100%;
}
.fade-img a{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.fade-num{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0px;
}
.fade-num span{
	font-size: 12px;
	color: #fff;
	background:#357cb1;
	line-height: 16px;
	width: 16px;
	height: 16px;
	text-align: center;
	display: inline-block;
	margin:0 2px;
	cursor: pointer;
}
.fade-num span.cur{
	background: #e42826;
}
.left-leader{
	width: 270px;
}
.leader-img{
	width: 100%;
	height: 75px;
}
.leader-img a{
	height: 75px;
	width: 130px;
}
.leader-img a img{
	display:block;
	height: 100%;
	width: 100%;
}
.tab-select span{
	float:right;
	height: 53px;
	line-height: 53px;
}
.tab-select span a{
	display: block;
	line-height: 53px;
	color: #999;
	font-size: 12px;
}
.tab-select.tab-rleft p a{
	padding:0;
}
.tab-rleft p a b{
	font-weight: normal;
	padding:0 24px;
	background: url(tab-rline.png) no-repeat left center;
}
.tab-select.tab-rleft p a:first-child b{
	font-weight: normal;
	padding:0 24px;
	background: none;
}




.fbt-box{
	margin-top: 5px;
}
.right-tab{
	width: 870px;
}
.sec-tabs{
	width: 420px;
}
.mt17{
	margin-top: 17px;
}
.sel-table{
	width: 100%;
	border:none;
}
.sel-table tr{
	height: 35px;
	background: #f4f4f4;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.sel-table tr td{
	width: 25%;
	border-left: 1px solid #fff;
	height: 35px;
	box-sizing: border-box;
}
.sel-table tr td a{
	display: block;
	line-height: 35px;
	text-align: center;
	color: #444;
}
.sel-table tr td a.cur{
	color: #fff;
	background: #e63836;
}
.online-btns{

}
.online-btns a{
	height: 45px;
	width: 130px;
	border:1px solid #e5edf6;
	box-sizing: border-box;
	line-height: 45px;
	text-align: center;
	background: #f1f9ff url(r-t-icon.png) no-repeat right top;
	margin-bottom: 10px;
}
.online-btns a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.ly-img,
.ly-img a,
.ly-img a img{
	display: block;
	width: 270px;
	height: 142px;
}
.roll-groups{
	position: relative;
	height: 230px;
	width: 100%;
	overflow: hidden;
}
.roll-list{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1200px;
}
.roll-item{
	height: 230px;
	width: 280px;
	margin-left: 13px;
}
.roll-item:first-child{
	margin-left: 0px;
}
.roll-item p.img{
	height: 180px;
	width: 280px;
	position: relative;
	overflow: hidden;
}
.roll-item p.img a,
.roll-item p.img a img{
	display: block;
	height: 100%;
	width: 100%;
}
.roll-item p.img span{
	position: absolute;
	top: 50%;
	left: 50%;
	background:url(roll-paly-icon.png) no-repeat;
	height: 38px;
	width: 38px;
	margin:-19px 0 0 -19px;
}
.roll-item p.text{
	height: 50px;
	border:1px solid #f0f0f0;
	background:#f7f7f7;
	border-top: transparent;
	margin-top: -1px;
}
.roll-item p.text a{
	display: block;
	line-height: 50px;
	color: #040000;
	font-size: 14px;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin:0 auto;
}
.roll-item p.text a:hover{
	color: #e42826;
}
.foot-box{
	height: 230px;
	width: 100%;
	min-width: 1200px;
	background:url(foot-bg.png) repeat-x center top;
}
.foot-line{
	min-width: 1200px;
	width: 100%;
	height: 1px;
	background: url(foot-top-line.png) repeat-x center center;
}
.sel-box{
	height: 40px;
	width: 100%;
}
.foot-friend{
	line-height: 40px;
	width: 90px;
	height: 40px;
	padding-left: 30px;
	box-sizing: border-box;
	background:url(foot-icon01.png) no-repeat 2px center;
	font-size: 12px;
}
.sel-item{	
	width: 216px;
	height: 40px;
	position: relative;
	margin-left: 4px;
}
.sel-item p.pal{
	height: 40px;
	width: 216px;
	box-sizing: border-box;
	line-height: 40px;
	border:1px solid #e8e8e8;
	background: #f9f9f9 url(foot-icon02.png) no-repeat 190px center;
	cursor: pointer;
	padding:0 10px;
	font-size: 12px;
	color: #666;
}
.sel-item ul{
	position: absolute;
	top: 40px;
	left: 0px;
	background:#f6f6f6;
	width: 100%;
	height: 100px;
	overflow: auto;
	border:1px solid #eee;
	box-sizing: border-box;
}
.sel-item ul li a{
	line-height: 30px;
	display: block;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0 10px;
}
.sel-item ul li a:hover{
	background:#fff;
}
.foot-text{
	margin-top: 12px;
}
.foot-text p{
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}
.foot-text a{
	display: block;
	height: 68px;
	width: 56px;
	margin:5px auto;
}
/*给领导写信*/
.bread-box{
	height: 40px;
	width: 100%;
	background: #f4f4f4;
	box-sizing: border-box;
	padding:0 16px;
}
.bread-box a,
.bread-box span{
	float: left;
	color: #545454;
	line-height: 40px;
	font-size: 12px;
}
.bread-box span{
	margin:0 4px;
}
.bread-box a.home{
	padding-left: 20px;
	background:url(letter-bread-icon.png) no-repeat left center;
}
.letter-left{
	width: 270px;
}
.letter-btns{
	margin-top: 25px;
	margin-bottom: 30px;
}
.letter-btns a{
	display: block;
	height: 50px;
	line-height: 50px;
	width: 100%;
	box-sizing: border-box;
	padding:0 20px 0 34px;
	font-size: 18px;
	color: #545454;
	background:#f4f4f4;
	margin-bottom: 20px;
}
.letter-btns a.cur{
	color: #fff;
	font-weight: bold;
	background: #e63836;
}
.letter-btns a:hover{
	color: #fff;
	font-weight: bold;
	background: #e63836;
}
.letter-imgs{
	margin-top: 25px;
}
.letter-imgitem a.img,
.letter-imgitem a.img img{
	display: block;
	height: 180px;
	width: 100%;
}
.letter-imgitem a.text{
	height: 52px;
	line-height: 52px;
	text-align: center;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #555;
}
.letter-right{
	width: 870px;
}
.letter-write{
	width: 100%;
	margin-top: 23px;
}
.letter-write>li{
	margin-bottom: 10px;
}
.letter-write li p.label{
	width: 150px;
	height: 40px;
	float: left;
	text-align: center;
	background:#f4f4f4;
	font-size: 16px;
	color: #545454;
	line-height: 40px;
}
.letter-text{
	margin-left: 20px;
}
.letter-text input{
	display: block;
	height: 40px;
	width: 600px;
	box-sizing: border-box;
	border:1px solid #e6e6e6;
	line-height: 40px;
	padding:0 10px;
	color: #333;
}
.letter-text span.prompt{
	color: #e02827;
	font-size: 12px;
	line-height: 30px;
	display: block;
	height: 30px;
}
.letter-write li p.sign{
	line-height: 40px;
	color: #e02827;
	font-size: 12px;
	margin-left: 10px;
	float: left;
}
.letter-select{
	height: 40px;
	width: 200px;
	position: relative;
}
.letter-select p.tag{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	border:2px solid #e6e6e6;
	color: #ccc;
	line-height: 40px;
	padding-left: 15px;
	cursor: pointer;
	background: url(letter-sel-icon02.png) no-repeat right center;
}

.letter-select ul{
	overflow: auto;
	max-height: 120px;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	background:#eee;
	z-index: 10;
	border:1px solid #ddd;
	box-sizing: border-box;
	display: none;
}
.letter-select ul li a{
	display: block;
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.letter-select ul li a:hover{
	background: #f9f9f9;
}
.letter-text .area{
	display: block;
	height: 280px;
	width: 600px;
	border:2px solid #e6e6e6;
	padding:10px 15px;
	box-sizing: border-box;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.letter-submission{
	font-size: 0px;
	text-align: center;
	margin-top: 150px;
	padding-bottom: 60px;
}
.letter-submission a{
	display: inline-block;
	height: 40px;
	width: 150px;
	background: #e42826;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin:0 10px;
	font-size: 16px;
}
/*领导页面介绍*/
.lder-list {
	border:1px solid #e6e6e6;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 28px 20px 70px;
}
.lder-list li{
	margin-bottom: 24px;
}
.lder-list li p.label{
	float: left;
	width: 156px;
	text-align: center;
	font-size: 18px;
	color: #e63836;
	height: 255px;
	line-height: 200px;
}
.lder-list li p.imgs{
	font-size: 0px;
	text-align: center;
}
.lder-list li p.imgs a{
	display: inline-block;
	height: 255px;
	width: 150px;
	margin:0 20px;
}
.lder-list li p.imgs a img{
	display: block;
	height: 200px;
	width: 100%;
}
.lder-list li p.imgs a span{
	font-size: 16px;
	color: #545454;
	line-height: 30px;
	margin-top: 25px;
	display: block;
}
/*领导页面详情*/
.lder-left{
	box-sizing: border-box;
	width: 100%;
	background: #f4f4f4;
}
.lder-personal{
	padding:20px 0px 10px;
	width: 250px;
	margin:0 auto;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.lder-personal a{
	display: block;
	margin:0 auto;
	padding:9px;
	border:1px solid #e6e6e6;
	height: 200px;
	width: 150px;
}
.lder-personal p{
	box-sizing: border-box;
	padding-left: 60px;
}
.lder-personal p span{
	float: left;
	color: #e63836;
	line-height: 60px;
	font-size: 24px;
	margin-right: 30px;
	font-weight: bold;
}
.lder-detail{
	padding:20px 15px;
}
.lder-detail p.comp{
	font-size: 14px;
	color: #333;
	line-height: 36px;
}
.lder-detail p.indent{
	text-indent: 2rem;
}
.lder-more{
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	color: #e63836;
}
.lder-letter-btn{
	padding:0px 20px 12px;
}
.lder-letter-btn a{
	display: block;
	height: 60px;
	width: 100%;
	box-sizing: border-box;
	border:2px solid #df211f;
	background: #fff url(lder-ticon01.png) no-repeat right -2px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #df211f;
	font-weight: bold;
}
.lder-job{
	width: 100%;
	box-sizing: border-box;
	background: #f4f4f4;
	padding:10px 15px 5px;
}
.lder-job p.tit{
	line-height: 50px;
	font-size: 24px;
	color: #e42826;
	text-align: center;
}
.lder-job p.comp{
	font-size: 14px;
	color: #808080;
	line-height: 24px;
}
/*视频页面*/
.movie-box,
.movie-imgs{
	height: 410px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.movie-imgs a{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.mt30{
	margin-top: 30px;
}
.movie-news{
	margin-top: 25px;
}
.movie-news li{

}
.movie-news li a{
	width: 280px;
	float: left;
	height: 210px;
	margin-left: 15px;
}
.movie-news li a:first-child{
	margin-left: 0px;
}
.movie-news li a img{
	display: block;
	height: 160px;
}
.movie-news li a span{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/*通用概览页*/
/*共用分页*/
.page-box{
	text-align: center;
	padding:10px 0 30px;
}
.com-page{
	font-size: 0px;
}
.com-page a{
	display: inline-block;
	font-size: 12px;
	color: #4c4c4c;
	border:1px solid #808080;
	height: 25px;
	box-sizing: border-box;
	padding:0 10px;
	line-height: 25px;
	color: #808080;
	margin:0 5px;
}
.com-page a.start{
	margin-right: 10px;
}
.com-page a.end{
	margin-left: 10px;
}
.com-page a.cur{
	color: #fff;
	border-color: #e0eefa;
	background: #df211f;
}
.com-page a:hover{
	color: #fff;
	border-color: #e0eefa;
	background: #df211f;
}
/*通用细缆*/
.det-box{
	padding:50px 0 10px;
}
.det-box .det-tit,
.online-must h2{
	color: #e22523;
	font-size: 48px;
	line-height: 76px;
	text-align: center;
}
.det-box p.sub{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #545454;
}
.det-box p.sub span{
	margin-right:40px;
}
.det-box p.imgs{
	font-size: 0px;
	text-align: center;
	margin-top: 25px;
}
.det-box p.imgs img{
	display: inline-block;
}
.det-box p.imgs span{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #545454;
	line-height: 55px;
}
.det-list p.comp{
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #545454;
}
.det-list p.indent{
	text-indent: 2rem;
}
/*网上投稿*/
.online-must{
	padding:30px 50px 50px;
	box-sizing: border-box;
	width: 100%;
	border:1px solid #e6e6e6;
}
.online-must p.comp{
	color: #545454;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.online-must p.indent{
	text-indent: 2rem;
}
.online-must p.right{
	text-align: right;
}
.online-manus .letter-text input{
	width: 500px;
}
.online-manus .letter-text .area{
	width: 785px;
}
.online-manus .letter-select{
	width: 150px;
}
.online-manus .online-ption{
	width: 250px;
	height: 40px;
}
.a-upload {
	padding: 4px 10px;
	height: 28px;
	width: 228px;
	line-height: 28px;
	position: relative;
	cursor: pointer;
	color: #888;
	background: #fff;
	border: 2px solid #e6e6e6;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.a-upload input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	width:250px !important;
}

.a-upload:hover {
	color: #444;
	background: #eee;
	border-color: #ccc;
	text-decoration: none;
}
.online-ts{
	float: left;
	margin-left: 20px;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 16px;
}
.online-manus .letter-submission{
	margin-top: 0px;
	text-align: right;
}
.online-manus .letter-write>li{
	margin-bottom: 20px;
}
.online-manus .letter-write{
	margin-top: 30px;
}
/*信件回复详情*/
.reply-table{
	width: 100%;
	border:1px solid #e6e6e6;
}
.reply-table tr{
	border:1px solid #e6e6e6;
}
.reply-table tr td{

}
.reply-table tr td span{
	/*! display: block; */
	/*! font-size: 16px; */
	color: #545454;
}
.reply-table tr td.h2 span{
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #e63836;
	font-weight: bold;
}
.reply-table tr td.tit{
	width: 150px;
}
.reply-table tr td.con{
	width: 720px;
}
.reply-table tr td.tit{
	background: #f4f4f4;
}
.reply-table tr td.tit span{
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.reply-table tr td.con span{
	box-sizing: border-box;
	padding:0 15px;
}
.reply-table tr td.con p{
	box-sizing: border-box;
	padding:12px 15px;
	font-size: 16px;
	color: #545454;
	line-height: 30px;
}
.reply-table tr td.con p.indent{
	text-indent: 2rem;
}


/*22年适配手机版*/
.nav-box a{
	font-size: 16px;
}
.sel-table tr td a{
	font-size: 16px;
}
.bsfw-rdfw li{
	font-size: 16px;
}
.det-list{
	font-size: 16px;
}